commit | 15c3f2c49b64aeb27126a07faf527782c9d1de87 | [log] [tgz] |
---|---|---|
author | Joanmarie Diggs <jdiggs@igalia.com> | Mon May 19 15:54:35 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 19 15:54:35 2025 |
tree | e5472528ae851d62929a021c7456ce47731cf31a | |
parent | 22d49b8634a17384164a68776f36d4a4690d4757 [diff] |
Fix a11y dangling-pointer issue for FindRequestManagerTest.FindInPage_Issue627799 When DestroyAtkObjects() is called, remove the object being destroyed from the find-in-page results map so that we don't attempt to reference it later. Also update accessibility-linux.content_browsertests.filter to remove one test that no longer exists and another which locally is not flaky. Bug: 418737570 Change-Id: Ib56a5fdf8a56f14976e22ccccab3a86bac13ca1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6563548 Reviewed-by: Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Joanmarie Diggs <jdiggs@igalia.com> Cr-Commit-Position: refs/heads/main@{#1462183}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.